home *** CD-ROM | disk | FTP | other *** search
/ Hand Picked Software / Hand Picked Software.iso / com / exechost / combat.bat next >
DOS Batch File  |  1995-03-13  |  603b  |  11 lines

  1. Rem                        Batch File for Combat Door
  2. Rem                          "Combat Fighter Pilot"
  3. @echo off
  4. reset.exe                   <--- first command in all door batch files
  5. copy dorinfo1.def \combat   <--- Copy rbbs sys file to Combat door directory
  6. cd combat                   <--- change to Combat door directory
  7. combat 1                    <--- Run the Combat door in Rbbs mode (1)
  8. c:                          <--- Return to drive containing TELIX
  9. cd \telix                   <--- Return to Host directory
  10. board.bat                   <--- last command in all door batch files
  11.